projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe5b38
)
(momentary): Move here ...
author
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Jan 2007 19:12:03 +0000
(19:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Jan 2007 19:12:03 +0000
(19:12 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index c44bee322a227c746c22b7dcd7beda33114f974f..c0cccb480d52e1e2bd425cfbcbe7d81d1854e880 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2112,6
+2112,11
@@
created."
:version "21.1"
:group 'basic-faces)
+(defface momentary
+ '((t (:inherit mode-line)))
+ "Face for momentarily displaying text in the current buffer."
+ :group 'display)
+
(defface vertical-border
'((((type tty)) :inherit mode-line-inactive))
"Face used for vertical window dividers on ttys."